<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=============
   åˆå§‹åŒ–æ&nbsp;·å¼
=============*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input, textarea, p, td{
    margin:0;
    padding:0;
    font-family: "å¾®è½¯é›…é»‘";
	font-weight:normal;
	font-size:14px;
	line-height: 22px;
	color:#333;
}
body{
	min-width:1000px;
	moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; /* you could also put this in a class */ 
	-webkit-user-select:none;/* and add the CSS class here instead */ 
	-ms-user-select:none; 
	user-select:none;/**ç¦æ­¢é€‰ä¸­æ–‡å­—*/ 
	}
img{
    border:none;
	display:block;
}
ul li1{
    width: 90px;   /*å¦‚æžœæ˜¾ç¤ºå››åˆ— åˆ™widthæ”¹ä¸º90px*/  
        float: left;  
        display: block; 
}
a{
   /* color:#fff;*/
   display: block;
    text-decoration: none;
	cursor:pointer;
	color:#666;
}
input{
    outline: none;
    border:none;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-o-appearance: none; 
	appearance: none;
}
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input::-webkit-outer-spin-button {
-webkit-appearance: none;
}
textarea{
	outline:none;
	resize:none;
	}
/*=============
   å·¥å…·æ&nbsp;·å¼
=============*/

.fl{
    float:left !important;
}

.fr{
    float:right !important;
}
.hd{
    overflow:hidden !important;
    zoom:1;
}
.pr{
	position:relative;
	}
.hide{
    display:none;
}
.show{
    display: block;
}
.clearFix:after,.clearFix:before{
    content:"";
    display: table;
}
.clearFix:after,.clearFix{
    clear: both;
}
button{
	outline:none;
	font-family:"å¾®è½¯é›…é»‘";
	font-size:14px;
	text-align:center;
	border:none;
	cursor:pointer;
	}
input{
	outline:none;
	}
















</pre></body></html>